Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
custom_field deleted
[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "cupiditate-magni-ut-non",
"description": "Enim est nulla itaque.",
"enabled": true,
"position": 1,
"updated_at": "2025-11-21T01:19:10.104-08:00",
"created_at": "2025-11-21T01:19:08.398-08:00",
"kind": "text",
"label": "Cupiditate magni ut non.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
custom_field deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "cupiditate-magni-ut-non",
"description": "Enim est nulla itaque.",
"enabled": true,
"position": 1,
"updated_at": "2025-11-21T01:19:10.104-08:00",
"created_at": "2025-11-21T01:19:08.398-08:00",
"kind": "text",
"label": "Cupiditate magni ut non.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}